MAINT: Remove assert_equal from testing.py#16017
Merged
jreback merged 1 commit intopandas-dev:masterfrom Apr 16, 2017
Merged
Conversation
Codecov Report
@@ Coverage Diff @@
## master #16017 +/- ##
==========================================
+ Coverage 90.99% 91% +<.01%
==========================================
Files 154 154
Lines 50484 50482 -2
==========================================
- Hits 45940 45939 -1
+ Misses 4544 4543 -1
Continue to review full report at Codecov.
|
jorisvandenbossche
approved these changes
Apr 16, 2017
Contributor
|
@gfyoung can you rebase, I had merged the |
b7fc8bb to
e808a91
Compare
Member
Author
|
@jreback , @jorisvandenbossche : Rebased, all green, and ready to merge. |
Contributor
|
thanks! |
tswast
added a commit
to tswast/python-bigquery-pandas
that referenced
this pull request
May 19, 2017
This method was removed in pandas-dev/pandas#16017 in favor of pytest.raises.
tswast
added a commit
to tswast/python-bigquery-pandas
that referenced
this pull request
May 19, 2017
This method was removed in pandas-dev/pandas#16017 in favor of pytest.raises.
parthea
pushed a commit
to parthea/pandas-gbq
that referenced
this pull request
Jun 11, 2017
This method was removed in pandas-dev/pandas#16017 in favor of pytest.raises.
parthea
added a commit
to googleapis/python-bigquery-pandas
that referenced
this pull request
Jun 11, 2017
* TST: Fix broken tests failing with 'NoneType' object is not iterable * MAINT: pandas.util.testing.assertRaises removed This method was removed in pandas-dev/pandas#16089 in favor of pytest.raises. * MAINT: pandas.util.testing.assert_equals removed This method was removed in pandas-dev/pandas#16017 in favor of pytest.raises.
tswast
added a commit
to tswast/python-bigquery-pandas
that referenced
this pull request
Jun 12, 2017
This method was removed in pandas-dev/pandas#16017 in favor of pytest.raises.
parthea
pushed a commit
to parthea/pandas-gbq
that referenced
this pull request
Jun 16, 2017
This method was removed in pandas-dev/pandas#16017 in favor of pytest.raises.
parthea
pushed a commit
to tswast/python-bigquery-pandas
that referenced
this pull request
Jun 16, 2017
This method was removed in pandas-dev/pandas#16017 in favor of pytest.raises.
parthea
pushed a commit
to googleapis/python-bigquery-pandas
that referenced
this pull request
Jun 16, 2017
* BUG: oauth2client deprecated, use google-auth instead. Remove the use of oauth2client and use google-auth library, instead. See GH#37. Rather than check for multiple versions of the libraries, use the setup.py to specify compatible versions. I believe this is safe since Pandas checks for the pandas_gbq package. Since google-auth does not use the argparse module to override user authentication flow settings, add a parameter to choose between the web and console flow. Addresses some eventual consistency issues in table/dataset listing in the integration tests. * MAINT: pandas.util.testing.assertRaises removed This method was removed in pandas-dev/pandas#16089 in favor of pytest.raises. * MAINT: pandas.util.testing.assert_equals removed This method was removed in pandas-dev/pandas#16017 in favor of pytest.raises. * DOC: add version tags for new auth_local_webserver params. * CLN: share _test_imports between main module and tests * TST: pin versions on 3.5 rather than 2.7.
parthea
added a commit
to googleapis/google-cloud-python
that referenced
this pull request
Sep 18, 2025
* TST: Fix broken tests failing with 'NoneType' object is not iterable * MAINT: pandas.util.testing.assertRaises removed This method was removed in pandas-dev/pandas#16089 in favor of pytest.raises. * MAINT: pandas.util.testing.assert_equals removed This method was removed in pandas-dev/pandas#16017 in favor of pytest.raises.
parthea
pushed a commit
to googleapis/google-cloud-python
that referenced
this pull request
Sep 18, 2025
* BUG: oauth2client deprecated, use google-auth instead. Remove the use of oauth2client and use google-auth library, instead. See GH#37. Rather than check for multiple versions of the libraries, use the setup.py to specify compatible versions. I believe this is safe since Pandas checks for the pandas_gbq package. Since google-auth does not use the argparse module to override user authentication flow settings, add a parameter to choose between the web and console flow. Addresses some eventual consistency issues in table/dataset listing in the integration tests. * MAINT: pandas.util.testing.assertRaises removed This method was removed in pandas-dev/pandas#16089 in favor of pytest.raises. * MAINT: pandas.util.testing.assert_equals removed This method was removed in pandas-dev/pandas#16017 in favor of pytest.raises. * DOC: add version tags for new auth_local_webserver params. * CLN: share _test_imports between main module and tests * TST: pin versions on 3.5 rather than 2.7.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Title is self-explanatory.
Partially addresses #15990.